home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / communic / bitfax.300 / disk1 / easylink.sc_ / easylink.bin
Text File  |  1994-04-19  |  627b  |  29 lines

  1. {EASYLINK.SCP}
  2. {This is the BIT Software version of the Easylink logon file.}
  3.  
  4. trace(0)
  5. :start
  6.     @c=1
  7.     typecr("Select the Easylink Record ID...")
  8.     selpbk(default)
  9.     select(EasyLink)
  10.     if ( @mode <> 1 ) @mode = 1     { set it to call mode }
  11.     twait(1,"sec")    
  12.     docomm
  13.  
  14. :loop1
  15.     if ( @conn = 0 ) goto :abort     { abort if disconnected }
  16.     if ( @conn = 1 ) goto :done      { continue on if connected }
  17.     goto :loop1
  18.  
  19. :done
  20. { Autologon file for CompuServ Network }
  21. { Replace y's with your own ID }
  22.  
  23.  
  24.     cwait("ID?")
  25.     "yyyyyyy$0d"   {your own acct # and pass word}
  26.  
  27. :abort
  28.     exit
  29.